home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 6 / Eagles_Nest_Mac_Collection_Disc_6.TOAST / Windows / VBSuperBible / VB SuperBible.image / APPXD / DEBUG.FRM (.txt) next >
Visual Basic Form  |  1992-03-23  |  4KB  |  116 lines

  1. Form1
  2. ASCII Text File Word Counter
  3. Form1,
  4. Label1
  5. File Name:
  6. FileName
  7. C:\vb\vbsb\appxd\debug.txt
  8. Label2
  9. Lines:
  10. LineCtr
  11. CountButton
  12. &Count
  13. Label3
  14. Words:
  15. WordCtr
  16. Label4
  17. Characters:
  18. CharCtr
  19. ExitButton
  20. E&xit
  21. Label5
  22. Dos File Length:
  23. DOS_Len
  24. Form_Click
  25.     Form_Load
  26. Label1
  27. Caption
  28. GoodBye
  29. Dir1_Change
  30. File1o
  31. PatternN
  32. Command1_Click~
  33. FileNamep
  34. Text18
  35. FileNumberE
  36. Characters
  37. Words
  38. CaptionCharacters
  39. Form1 
  40. Command2_Click
  41. Words_Click
  42. Label4
  43.     InputLine
  44. CountWords
  45.     WordCount
  46. TextLineX
  47. TextLen
  48. TextPos
  49. Delimiters
  50. AlphaChars
  51. Form_LinkClose
  52. Form_MouseMove
  53. Button
  54. ShiftD
  55. Form_MouseDown)
  56. Form_LostFocus
  57. CharsU
  58. Charb
  59.     Character
  60. CharNumberC
  61. ASCIINumbers
  62.     AsciiCode
  63.     AplaChars
  64. InWord
  65. False
  66. TextChar    
  67. WordsFound
  68. Label5
  69. Command13
  70. Enable
  71. Enabledf
  72. CharsCountedD
  73. WordsCounted
  74. LinesCounted
  75. Label7
  76. CharsThisLineK
  77.     WordFoundf
  78. TextLineIn
  79.     TextLinIn
  80. LineCtr%
  81. WordCtr
  82. CharCtr
  83. Label3_Click
  84.     DOSLength
  85. CountButton_Click
  86. ExitButton
  87. Click
  88. ExitButton_Click
  89. CountButton
  90. TextFile
  91. OpenText
  92. FileName_Change
  93. DOS_Len
  94. DOSLength_Click
  95. FormatNumber
  96. EditPattern
  97. NumberOfLines
  98. NumberOfWords
  99. NumberOfChars
  100. FileName_KeyPress
  101. KeyAscii
  102. NumberOfFiles
  103. FileCtr
  104. MousePointer
  105.     DebugForm
  106. WordCtr_Click<
  107. #,###,###,##0"
  108. ExitButton_Click
  109. FileName_KeyPress
  110. CountButton_Click
  111. Get a file number and open the file for input
  112. Set the value of the DOS_Len Label to display the length of the file
  113. Read the file line by line until the end
  114. CountWords
  115. CountWords Function
  116.